home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Bomber Fortress.swf / scripts / DefineButton2_124 / BUTTONCONDACTION on(keyPress m).as
Encoding:
Text File  |  2006-06-13  |  225 b   |  16 lines

  1. on(keyPress "m"){
  2.    set("/:direction","12");
  3.    tellTarget("/7")
  4.    {
  5.       xmov = "12";
  6.    }
  7.    tellTarget("/13")
  8.    {
  9.       xmov = "12";
  10.    }
  11.    tellTarget("/plane/cannon")
  12.    {
  13.       gotoAndStop(5);
  14.    }
  15. }
  16.